home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Plus! (NZ) 2001 June
/
HDC50.iso
/
FreeSoftware
/
MicrosoftXP
/
personal_main.swf
/
scripts
/
DefineButton2_67
/
BUTTONCONDACTION on(release).as
next >
Wrap
Text File
|
2001-03-22
|
687b
|
29 lines
on(release){
setProperty("/control", _X, - Number(554));
tellTarget("/section_title")
{
gotoAndStop("show_creative");
play();
tellTarget("/question_space")
{
gotoAndStop("show_creative");
play();
tellTarget("/label_movie")
{
gotoAndStop("show_nothing");
play();
tellTarget("/subnav_grid")
{
gotoAndStop("show_creative");
play();
tellTarget("/prev_next")
{
gotoAndStop("creative");
play();
}
}
}
}
}
}